ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / DataPointsCollection Class / DataBindY Method / DataBindY(Double[]) Method

In This Topic
    DataBindY(Double[]) Method
    In This Topic
    Binds the Y values of the collection's DataPoints to a specified data source.
    Syntax
    'Declaration
     
    Public Overloads Sub DataBindY( _
       ByVal ParamArray yValues() As Double _
    ) 
    public void DataBindY( 
       params double[] yValues
    )

    Parameters

    yValues
    See Also